google.golang.org/grpc.retryThrottler.throttle (method)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1760: func (rt *retryThrottler) throttle() bool {
		stream.go#L724: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L730: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L749: 	if cs.retryThrottler.throttle() {